/** featured_articles.css */

.featured-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px; 
}
.featured-block {
    display: block;
    position: relative;
    height: 300px;
    border: 1px solid #ccc;
}

/* left part */
.featured-block-une {
    display: block;
    position: relative;
    width: 50%;
    height: 100%;
    margin: 0;
    background-color: #f6f6f6;
    float: left;
}
.featured-block-image {
    position: relative;
    display: block;
    width: 100%;
    height: 183px;
    overflow: hidden;
    background: transparent none no-repeat 0 0;
    background-size: cover;
}
.featured-block .chart {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #fff;
    background: white;
    z-index: 1;
}
.featured-block .chart > div {
    margin-left: -10px;
    margin-top: -10px;
}


.featured-texts-block {
    margin: 0 10px;
}
.featured-texts-block .date {
    font-size: 12px;
    margin-top: 10px;
}
.featured-texts-block .resume {
    font-size: 15px;
    height: 42px;
    overflow: hidden;
}
.featured-texts-block .suite {
    text-align: right;
    color: #6C9E00;
}
.featured-texts-block a:hover {
    text-decoration: underline
}


/* right part */
.featured-block-other {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 4px 10px;
}
.featured-block-other .block-other.active a {
    color: #6c9e00;
    text-decoration: none;
}
.block-other {
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.block-other .date {
    font-size: 12px;
    margin: 5px 0 5px 0;
    color: #bdbdbd;
}
.block-other .content {
    margin: 0 0 5px;
    height: 40px;
    overflow: hidden;
}
.block-other .suite {
    text-align: right;
    color: #6C9E00;
    margin: 0 0 5px;
}
